xen/arm: p2m: Introduce a new variable removing_mapping in __p2m_set_entry
authorJulien Grall <julien.grall@arm.com>
Mon, 16 Jul 2018 17:27:10 +0000 (18:27 +0100)
committerJulien Grall <julien.grall@arm.com>
Wed, 22 Aug 2018 15:38:29 +0000 (16:38 +0100)
commit1cd5d824c716280db4b5799d9aa64ca2f0730f72
tree941e7e3c99acd34ec076d967a64ec7c70482fefc
parent4bc09c9f4a73d36d9deb49beac99f78f3810a000
xen/arm: p2m: Introduce a new variable removing_mapping in __p2m_set_entry

This is making the code slightly easier to understand.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/p2m.c